.knowledgeHub {
  font-style: normal;
}
.knowledgeHub .desktop-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 0;
}
.knowledgeHub .desktop-card .image {
  max-width: 522px;
  padding: 0px;
}
.knowledgeHub .desktop-card .image img {
  width: 100%;
}
.knowledgeHub .desktop-card .textArea {
  max-width: 522px;
  padding-left: 15px;
}
.knowledgeHub .desktop-card .textArea .text {
  gap: 12px;
}
.knowledgeHub .desktop-card .textArea .text h3 {
  margin: 0px;
  font-family: Galaxie-Polaris, sans-serif;
}
.knowledgeHub .desktop-card .textArea .text p {
  font-family: Galaxie-Polaris-Medium, sans-serif;
}
.knowledgeHub .desktop-card .textArea .exploreButton {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  padding: 0px 29px;
}
.knowledgeHub .desktop-card .textArea .exploreButton a {
  padding: 16px 8px;
}
.knowledgeHub .desktop-card .textArea .exploreButton a span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  font-family: Galaxie-Polaris-Medium, sans-serif;
}

@media screen and (max-width: 431px) {
  .knowledgeHub {
    background-color: #fff;
  }
  .knowledgeHub .desktop-card {
    display: none !important;
  }
  .knowledgeHub .mobile {
    margin-top: 90px;
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
  }
  .knowledgeHub .mobile .mobile-card {
    border: 1px solid #E6E7E8;
    border-radius: 8px;
    background: #fff;
    margin: 0;
    gap: 8px;
    align-items: center;
    padding: 12px;
  }
  .knowledgeHub .mobile .mobile-card .image img {
    height: 112px;
    border-radius: 4px;
  }
  .knowledgeHub .mobile .mobile-card .heading p {
    color: #000;
    font-size: 14px;
    width: 126px;
    margin: 0px;
    font-family: Galaxie-Polaris-Mediun, sans-serif;
  }
  .knowledgeHub .mobile .mobile-card .icon svg path {
    fill: #000;
  }
}
@media screen and (min-width: 431px) {
  .knowledgeHub .desktop-card .textArea .text h3 {
    color: #575A5D;
  }
  .knowledgeHub .mobile {
    display: none;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .knowledgeHub {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0px;
  }
  .knowledgeHub .desktop-card {
    gap: 24px;
  }
  .knowledgeHub .desktop-card .image {
    max-width: 767px !important;
  }
  .knowledgeHub .desktop-card .image img {
    border-radius: 8px;
  }
  .knowledgeHub .desktop-card .textArea {
    display: contents;
    flex-direction: column;
    justify-content: center;
  }
  .knowledgeHub .desktop-card .textArea .text p {
    margin: 0px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  .knowledgeHub {
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0px;
  }
  .knowledgeHub .desktop-card {
    align-items: center;
    gap: 0px;
  }
  .knowledgeHub .desktop-card .image img {
    border-radius: 12px;
  }
  .knowledgeHub .desktop-card .textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .knowledgeHub .desktop-card .textArea .text {
    gap: 0px !important;
  }
  .knowledgeHub .desktop-card .textArea .text h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.32px;
  }
  .knowledgeHub .desktop-card .textArea .text p {
    font-size: 12px;
    font-weight: 450;
    line-height: 16px; /* 150% */
    letter-spacing: 0.32px;
	margin: 15px 0px;
	
  }
  .knowledgeHub .desktop-card .textArea .exploreButton {
    padding: 0px 10px !important;
    margin-top: 0px !important;
    width: fit-content;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton a {
    padding: 8px 8px;
    font-size: 10px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 912px) {
  .knowledgeHub {
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0px;
  }
  .knowledgeHub .desktop-card {
    align-items: center;
    gap: 0px;
  }
  .knowledgeHub .desktop-card .image img {
    border-radius: 12px;
  }
  .knowledgeHub .desktop-card .textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .knowledgeHub .desktop-card .textArea .text {
    gap: 0px !important;
  }
  .knowledgeHub .desktop-card .textArea .text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
  .knowledgeHub .desktop-card .textArea .text p {
    font-size: 15px;
    font-weight: 450;
    line-height: 16px; /* 150% */
    letter-spacing: 0.32px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton {
    padding: 0px 10px !important;
    margin-top: 0px !important;
    width: fit-content;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton a {
    padding: 8px 8px;
    font-size: 10px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 912px) and (max-width: 1024px) {
  .knowledgeHub {
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0px;
  }
  .knowledgeHub .desktop-card {
    align-items: center;
    gap: 0px;
  }
  .knowledgeHub .desktop-card .image img {
    border-radius: 12px;
  }
  .knowledgeHub .desktop-card .textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .knowledgeHub .desktop-card .textArea .text {
    gap: 0px !important;
  }
  .knowledgeHub .desktop-card .textArea .text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.32px;
  }
  .knowledgeHub .desktop-card .textArea .text p {
    font-size: 16px;
    font-weight: 450;
    line-height: 17px; /* 150% */
    letter-spacing: 0.32px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton {
    padding: 0px 10px !important;
    margin-top: 0px !important;
    width: fit-content;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton a {
    padding: 8px 8px;
    font-size: 10px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .knowledgeHub {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .knowledgeHub .desktop-card .image img {
    border-radius: 12px;
  }
  .knowledgeHub .desktop-card .textArea .text h3 {
    font-size: 24px;
  }
  .knowledgeHub .desktop-card .textArea .text p {
    font-size: 16px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton {
    padding: 0px 10px;
    margin-top: 0px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton a {
    padding: 10px 8px;
  }
  .knowledgeHub .desktop-card .textArea .exploreButton svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 398px) {
  .knowledgeHub .mobile {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .knowledgeHub .mobile .image img {
    height: 112px;
    width: 130px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .knowledgeHub {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .knowledgeHub .image img {
    border-radius: 12px;
  }
  .knowledgeHub .desktop-card .textArea .text h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 431px) {
  .themingDark.knowledgeHub {
    background-color: #000;
  }
  .themingDark.knowledgeHub .desktop-card {
    display: none !important;
  }
  .themingDark.knowledgeHub .mobile {
    margin-top: 90px;
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
  }
  .themingDark.knowledgeHub .mobile .mobile-card {
    color: #fff;
    border-radius: 8px;
	border: 1px solid #2C2C2E;
    background: #2C2C2E;
    margin: 0;
    gap: 8px;
    align-items: center;
    padding: 12px;
  }
  .themingDark.knowledgeHub .mobile .mobile-card .image img {
    height: 112px;
    border-radius: 4px;
  }
  .themingDark.knowledgeHub .mobile .mobile-card .heading p {
    font-size: 14px;
    width: 126px;
    margin: 0px;
    color: #fff;
    font-family: Galaxie-Polaris-Mediun, sans-serif;
  }
  .themingDark.knowledgeHub .mobile .mobile-card .icon svg path {
    fill: #fff;
  }
}